Package com.cisco.pt.ipc.system
Interface UserProfile
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
UserProfileImpl
Information provided by the PKI file:
\class UserProfile
\brief UserProfile allows manipulation of the User Profile dialog.
\example appWindow().getActiveFile().getUserProfile()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:getEmail()Information provided by the PKI file:getName()Information provided by the PKI file:voidsetAddInfo(String addInfo) Information provided by the PKI file:voidInformation provided by the PKI file:voidInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getName
String getName()Information provided by the PKI file:
\brief Returns the name of the current user. \return QString, the name of the current user.- Returns:
- String Returns a String
-
getEmail
String getEmail()Information provided by the PKI file:
\brief Returns the email address of the current user. \return QString, the email address of the current user.- Returns:
- String Returns a String
-
getAddInfo
String getAddInfo()Information provided by the PKI file:
\brief Returns the information of the current user. \return QString, the information of the current user.- Returns:
- String Returns a String
-
setName
Information provided by the PKI file:
\brief Sets the name of the current user. \param name, the name of the current user.- Parameters:
name- Takes in a parameter of name
-
setEmail
Information provided by the PKI file:
\brief Sets the email address of the current user. \param email, the email address of the current user.- Parameters:
email- Takes in a parameter of email
-
setAddInfo
Information provided by the PKI file:
\brief Adds information for the current user. \param addInfo, the information for the current user.- Parameters:
addInfo- Takes in a parameter of addInfo
-